.purchase-interface {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.322) 0%, rgba(0, 0, 0, 0.322) 100%);
    border-radius: 20px;
    width: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}